|
|
|
|
|
Interactive notification management constants
The following constants are used to manipulate interactive notifications: | | | Constant | Details | Variable type |
---|
sysNotifAlarm | Specific behavior: The notification stays on screen until the user interacts with it. A "reminder" sound alert defined by the system is played in a loop. | sysNotification | New in version 2025sysNotifButtonStyleCritical | Button style: Red button (style defined by Windows to indicate an error). Note: This constant is only available from version 2025 Update 1. | sysNotificationButton | New in version 2025sysNotifButtonStyleDefault | Button style: Default. Note: This constant is only available from version 2025 Update 1. | sysNotificationButton | New in version 2025sysNotifButtonStyleSuccess | Button style: Green button (style defined by Windows to indicate success). Note: This constant is only available from version 2025 Update 1. | sysNotificationButton | sysNotifCall | Specific behavior: The notification stays on screen until the user interacts with it. An incoming call sound defined by the system is played in a loop, and a different style is used for the buttons. | sysNotification | sysNotifCircleCrop | Cropping to be applied to the logo: Circle-cropped image. | sysNotification | sysNotifCloseButton | Specific behavior or positioning: System button that automatically closes the notification. | sysNotificationButton | sysNotifContextButton | Specific behavior or positioning: Button to be added to the context menu of the notification. | sysNotificationButton | sysNotifInputCombo | Type of control for user interaction: Combo Box control. | sysNotificationInput | sysNotifInputText | Type of control for user interaction: Edit control. | sysNotificationInput | sysNotifNoCrop | Cropping to be applied to the logo: No cropping, square image. | sysNotification | sysNotifReminder | Specific behavior: The notification stays on screen until the user interacts with it. A "reminder" sound alert defined by the system is played when the notification appears. | sysNotification | sysNotifReminderButton | Specific behavior or positioning: "Remind later" system button | sysNotificationButton | sysNotifStandard | Specific behavior: The notification appears on screen for a few seconds before moving to the Windows Action Center. | sysNotification | sysNotifStandardButton | Specific behavior or positioning: Simple button. | sysNotificationButton |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|